quic: split headers out from src/quic/stream.{h/cc} - #65863
Conversation
|
Review requested:
|
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #65863 +/- ##
==========================================
- Coverage 90.21% 90.17% -0.04%
==========================================
Files 771 771
Lines 264911 264899 -12
Branches 50323 50311 -12
==========================================
- Hits 238977 238880 -97
- Misses 16917 16974 +57
- Partials 9017 9045 +28
π New features to boost your workflow:
|
This comment was marked as outdated.
This comment was marked as outdated.
As part of the effort to get better separation between the generalized QUIC streams and HTTP/3 streams, separate out header handling from the C++ class. Signed-off-by: James M Snell <jasnell@gmail.com> Assisted-by: Opencode
3c257cb to
97e466a
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
pimterry
left a comment
There was a problem hiding this comment.
LGTM. In the other PR I do still want to take the internal separation further, but this is a very nice stepping stone, good to extract it (thanks!) and there's some nice standalone improvements in here I hadn't made in the larger PR at all π
I'll rebase that again and pull those improvements here through once this lands.
As part of the effort to get better separation between the generalized QUIC streams and HTTP/3 streams, separate out header handling from the C++ class. Signed-off-by: James M Snell <jasnell@gmail.com> Assisted-by: Opencode PR-URL: #65863 Reviewed-By: Xuguang Mei <meixuguang@gmail.com> Reviewed-By: Tim Perry <pimterry@gmail.com>
|
Landed in 450450c |
Commit Queue failedThe pull request was removed from the Commit Queue and labeled
commit-queue-failed
Full Commit Queue output |
As part of the effort to get better separation between the generalized QUIC streams and HTTP/3 streams, separate out header handling from the C++ class.
A smaller, incremental alternative approach to part of #63995
/cc @pimterry